home *** CD-ROM | disk | FTP | other *** search
/ By Popular Request 2.0 / By Popular Request 2.0 (Arsenal Computer).ISO / amiga_5 / stdhnd12.ads < prev    next >
Text File  |  1995-05-01  |  3KB  |  97 lines

  1.                Amiga Distribution System - Long Description File
  2.                -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  3.  
  4.  
  5.  Program Name : Std Handler  - by -  Stefan Ruppert
  6.  
  7. -----------------------------------------------------------------------------
  8. File 1 - StdHnd12.lha -    7911      ADOS Req'd
  9. File 2 -              -             [ ] All  [ ] WB1.x  [X] WB2.x  [ ] WB3.x
  10. File 3 -              -              ChipSet Req'd
  11. File 4 -              -             [X] Any  [ ] Orig   [ ] ECS    [ ] AGA
  12. -----------------------------------------------------------------------------
  13.  
  14.  Ram Req'd 
  15.  
  16.   [X] 512k  [ ] 1meg  [ ] 2meg  [ ] 3meg  [ ] ALOT!!! 
  17.  
  18.  Special Hardware 
  19.  
  20.   
  21.  
  22. -----------------------------------------------------------------------------
  23.                               Long Description
  24. -----------------------------------------------------------------------------
  25.  
  26. Short:    Using stdin/stdout with CLI-prgs for pipes
  27. Author:   ruppert@vs3.informatik.fh-wiesbaden.de
  28. Uploader: ruppert@vs3.informatik.fh-wiesbaden.de
  29. Type:     util/cli
  30.  
  31. StdIO-Handler                                                    StdIO-Handler
  32.  
  33. $VER: StdIO-Handler.doc
  34.  
  35. NAME
  36.     StdIO-Handler - Handler for StdIO access
  37.  
  38. FUNCTION
  39.     In december 1994 I got a PIPE package and I was very supprised about the
  40.     easy implementation of these pipes. So I used this very often with gzip
  41.     and tar. But after some tries, to use the pipes with standard Amiga CLI
  42.     programs, I found no trick to redirect the input and output to the pipes.
  43.     At this point I had a idea of writing a transparent handler. Thus the
  44.     StdIO-Handler was born, using some example code from the Device-Handler
  45.     by Matthias Scheler and Marius Gr÷ger (Thanks for the available code !).
  46.     The only thing you have to do, is to copy the STDIO file to your
  47.     Devs:DosDrivers/ directory and the handler to your L: directory.
  48.     After this you can use it like all other devices.
  49.     Note: If you use this handler with the pipes, you can't use tools, which
  50.           Seek's in the files (see the appropriate pipes doc) !
  51.  
  52.     Example Mount File :
  53.  
  54.     /* Standard-IO Handler */
  55.     Handler     = L:StdIO-Handler
  56.     Stacksize   = 1000
  57.     Priority    = 5
  58.     GlobVec     = -1
  59.  
  60.  
  61. EXAMPLES
  62.     Output the current direcory in sorted order :
  63.     List | Sort Stdio: to Stdio:
  64.  
  65.     Output all files and subdirs last modified on august 1994 :
  66.     List ALL | search stdio: Aug-94 NONUM
  67.  
  68.     List ALL | search stdio: -s--rw-d NONUM
  69.  
  70. AUTHOR
  71.     Stefan Ruppert
  72.     Windthorststra▀e 5
  73.     65439 Fl÷rsheim am Main
  74.     GERMANY
  75.     EMail: ruppert@vs3.informatik.fh-wiesbaden.de
  76.  
  77.  
  78. =============================================================================
  79.  
  80.            ADS Zone: 1
  81.      ADS Hatch Site: Paul Miller
  82.        ADS Position: ADS Zone 1 STAR
  83.            BBS Name: Lonely Mountain BBS
  84.     Phone Number(s): 804-827-0726
  85.     Network Address: 1:271/292  
  86.      Network Region: 13    
  87.           BBS Hours: 24 Hrs/Day
  88. BBS Mailer/Software: Mebbs-Net Pro BBS
  89.   BBS Storage Space: 2250 Megs + 8 CD Roms
  90.   File Requestable :  <X> Y     < > N
  91. File Request Hours : All The Time
  92.  
  93. =============================================================================
  94.                          ADS - Long Description Generator
  95.                          (c)Copyright 1995 by Paul Miller
  96.  
  97.